type go/types.instance

3 uses

	go/types (current package)
		named.go#L116: 	inst *instance // information for instantiated types; nil otherwise
		named.go#L138: type instance struct {
		named.go#L345: 	inst := &instance{orig: orig, targs: newTypeList(targs)}